The Design Notes API > The Design Notes C API > BOOL GetVersionNum()

 

BOOL GetVersionNum()

Description

Gets the version number of the MMNotes shared library.

Arguments

char* versionNumBuf, int versionNumBufMaxLen

The first argument is the buffer where the version number should be stored.
The second argument is the maximum size of versionNumBuf.

Returns

A Boolean value indicating whether the operation was successful; stores the version number in versionNumBuf.